Output full commit message in query results If the user adds a flag to the query parameters, include the full commit message in the result data. This is helpful when verifying commit messages and with similar tasks. Change-Id: Iff93bfebfa0c5e2209be29fe60ae12809a76479a
diff --git a/Documentation/cmd-query.txt b/Documentation/cmd-query.txt index bc3950b..d5da453 100644 --- a/Documentation/cmd-query.txt +++ b/Documentation/cmd-query.txt
@@ -14,6 +14,7 @@ [--patch-sets | --all-approvals] [--files] [--comments] + [--commit-message] [--] <query> [limit:<n>] @@ -69,6 +70,9 @@ --patch-sets flag then all in-line comments are included for each patch set. +--commit-message:: + Include the full commit message in the change description. + limit:<n>:: Maximum number of results to return. This is actually a query operator, and not a command line option. If more
diff --git a/Documentation/json.txt b/Documentation/json.txt index 99b158da..b1dbc32 100644 --- a/Documentation/json.txt +++ b/Documentation/json.txt
@@ -28,6 +28,8 @@ url:: Canonical URL to reach this change +commitMessage:: The full commit message for the change. + lastUpdated:: Time in seconds since the UNIX epoch when this change was last updated.